MAY 2025: OUTLOOK NOW NO LONGER WORKS WITH THIS CLIENT.
SEP 2025: STORE NOW ENFORCES AUTOUPDATES, YOU CAN ONLY DISABLE IT FOR UP TO FIVE WEEKS.
Added extra step to prevent this. Thanks @misaka00251.
| {{/* | |
| Convert labels to string like: key1="value1", key2="value2", ... | |
| */}} | |
| {{- define "chart.external_labels" -}} | |
| {{- $list := list -}} | |
| {{- range $k, $v := .Values.external_labels -}} | |
| {{- $list = append $list (printf "%s=\"%s\"" $k $v) -}} | |
| {{- end -}} | |
| {{ join ", " $list }} | |
| {{- end -}} |
Image Accordions Demo with Swiper.js
A Pen by januaryofmine on CodePen.
| <div class="blog-slider"> | |
| <div class="blog-slider__wrp swiper-wrapper"> | |
| <div class="blog-slider__item swiper-slide"> | |
| <div class="blog-slider__img"> | |
| <img src="https://res.cloudinary.com/muhammederdem/image/upload/v1535759872/kuldar-kalvik-799168-unsplash.jpg" alt=""> | |
| </div> | |
| <div class="blog-slider__content"> | |
| <span class="blog-slider__code">26 December 2019</span> | |
| <div class="blog-slider__title">Lorem Ipsum Dolor</div> |
| <div class="board"> | |
| <div class="board-column todo"> | |
| <div class="board-column-header">To do</div> | |
| <div class="board-column-content-wrapper"> | |
| <div class="board-column-content"> | |
| <div class="board-item"><div class="board-item-content"><span>Item #</span>1</div></div> | |
| <div class="board-item"><div class="board-item-content"><span>Item #</span>2</div></div> | |
| <div class="board-item"><div class="board-item-content"><span>Item #</span>3</div></div> | |
| <div class="board-item"><div class="board-item-content"><span>Item #</span>4</div></div> | |
| <div class="board-item"><div class="board-item-content"><span>Item #</span>5</div></div> |
| <div id="loadingCard"> | |
| <div class="cover"> | |
| <svg class="stagger" version="1.1" id="brain" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" | |
| viewBox="0 0 500 500" enable-background="new 0 0 500 500" xml:space="preserve"> | |
| <g> | |
| <path fill="#FFFFFF" d="M128.2,153.4c0-5.2-0.3-9.8,0.1-14.3c1.4-16.6,20.1-28,35.3-21.4c3.3,1.4,4.6,0.6,6.5-1.8 | |
| c5.8-7.3,12.8-13.3,21.8-16.2c4-1.3,8.4-1.1,12.7-1.6c2.5-0.3,5.4-0.2,7.4-1.4c8.4-4.8,17.7-5.5,26.9-6.5c2-0.2,4.5,0.1,6.3,1.2 | |
| c4.3,2.7,8,1.9,12.4-0.1c12.2-5.4,24.9-4.3,37-0.1c8.2,2.9,13.6,10,17,18.1c1.5,3.5,3.3,3.8,6.9,3.5c8.1-0.7,16.2-0.8,24.3-0.2 | |
| c11.5,0.9,25.1,14,25.2,31.3c1.5,0.3,3.1,0.6,4.6,1c5.9,1.4,9.7,5,10.7,11.1c0.2,1,0.5,2,0.5,2.9c0.2,6.4,2.9,10.7,7.9,15.4 | |
| c11.5,10.8,13.6,25.2,11,40.5c-1.1,6.5-1.9,13.1-1.7,19.7c0.4,13.5-2.5,26.3-8.6,38c-2.9,5.6-7.9,10.1-12.3,14.8 |
| #!/bin/sh | |
| RESET=`tput sgr0` | |
| RED=`tput setaf 1` | |
| GREEN=`tput setaf 2` | |
| if [ "$1" ]; then | |
| if ! [ -e "$1" ] | |
| then |
It's been a while. Just a nice process bar here where you can click on the different steps and be presented with information. The box at the top will also animate depending on the steps.
A Pen by Jamie Coulter on CodePen.
People
:bowtie: |
π :smile: |
π :laughing: |
|---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |
A practitioner's guide based on experience setting up and operating sensor development and characterisation labs at CERN, LBNL, DESY, and the University of Bergen.
Author: Magne Lauritzen
Contact: magne.lauritzen@summacogni.com
The majority of this guide applies to any lab doing experimental physics, electronics development, or instrumentation work. Sensor-specific sections are clearly marked.